home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00049_resetButScript.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  202 b   |  12 lines

  1. global gTruckObject
  2.  
  3. on mouseDown
  4.   if the status of gTruckObject <> #animating then
  5.     if buttonHandler() = 1 then
  6.       startBuffering()
  7.       resetGame()
  8.       flushBuffer()
  9.     end if
  10.   end if
  11. end
  12.